This operation transfers additional information uploaded by the applicant (for an existing DA) from the Online DA Service to the council's IT system. This additional information can either be requested by council or provided voluntarily by the applicant.
CaseID required | string A fully qualified application number. |
OrganisationID required | string Used by the API gateway to route the request to the relevant council. |
IdempotencyId required | string Unique Id for this request. Allows the API to respond in an idempotent way if it has already been called with these parameters and prevents duplicate processing. Typically a UUID such as "63a9ba30-7a4b-4fac-b343-d1f05cf089f1" |
Information request object
caseStatus | string <= 80 characters Status of the DA case |
consentComments required | string [ 1 .. 2000 ] characters This is to track the request details captured as the Operational consent comments provided by the applicant. |
dueDateForEvidenceAboutRelevantMatters required | string non-empty This is to track the due date for evidence about relevant matters. |
Array of objects (DownloadableDocument) | |
required | object (UpdatedBy) |
{- "caseStatus": "string",
- "consentComments": "Complete",
- "dueDateForEvidenceAboutRelevantMatters": "string",
- "documents": [
- {
- "documentName": "string",
- "documentType": "string",
- "uploadedDateTime": "2019-08-24T14:15:22Z",
- "documentSize": 0,
- "updatedBy": "Council"
}
], - "updatedBy": {
- "person": {
- "firstName": "John",
- "familyName": "Smith",
- "email": "john.smith@gmail.com",
- "contactNumber": "stringst"
}
}
}